home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 January / Disc 3 / Amethyst.iso / live / usr / lib / rpm-3.0.6 / brp-redhat < prev    next >
Encoding:
Text File  |  2001-04-06  |  365 b   |  14 lines

  1. #!/bin/sh
  2.  
  3. # These are the build root policies that Red Hat invokes at the end
  4. # of the %install scriptlet.
  5.  
  6. # Compress man pages (Red Hat uses GNU gzip)
  7. /usr/lib/rpm-3.0.6/brp-compress
  8.  
  9. # Strip ELF binaries (Red Hat uses GNU binutils).
  10. /usr/lib/rpm-3.0.6/brp-strip
  11.  
  12. # Strip even more sections (Red Hat uses GNU binutils).
  13. /usr/lib/rpm-3.0.6/brp-strip-comment-note
  14.